@charset "UTF-8";.search-wrap{}
/*顶部*/
.header-box{text-align:center;padding:20vh 0 50px}
.header-box img{ width: 230px}
/*底部*/
.footer-box{line-height:50px;text-align:center;color:#bbb; position: fixed; bottom: 0; width: 100%}

.search-wrap .search-box{margin:0 auto 100px;box-sizing:border-box;padding:10px 50px 60px;background:rgb(255,255,255,.9);}
.search-wrap .search-tool{text-align:center;margin:40px auto;width:100%;max-width: 800px;border:1px solid #b1b1b1;border-radius:4px;height:50px;line-height:50px}
.search-wrap .search-tool .text{width: 80%;height:50px;padding: 0 1%;border:0}
.search-wrap .search-tool .sub-btn{color:#FFF;font-size:22px;cursor:pointer;background-color:#be1a21;height:50px;width:18%;border-radius:4px;border:0}
.search-wrap .result-box{line-height:1.5}
/*搜索结果列表*/
.search-wrap .result-box ul li{padding: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.1)}
.search-wrap .result-box ul li span{color: #d23939;font-weight: bold}
.search-wrap .result-box ul li:hover{background: #efefef;}

.search-wrap .result-box .title{margin-bottom:15px}
.search-wrap .result-box .title,.search-wrap .result-box .title a{font-size:16px;color:#212121}
.search-wrap .result-box .summary{font-size:14px;margin-bottom:5px}
.search-wrap .result-box .summary p{display:none}
.search-wrap .result-box .summary p:nth-child(1){display:block}
.search-wrap .result-box .summary p:nth-child(2){display:block}
.search-wrap .result-box .link{font-size:14px;color:#304354}
.search-wrap .result-box .link a{font-size:14px;color:#304354}
.search-form .el-form-item__content{width:400px}
.page{text-align:center;margin:40px auto}

/* 外面盒子样式---自己定义 */
.page-box{margin:20px 10px 20px 0;color:#666;text-align: center;}
/* 页数按钮样式 */
.page-box button{display:inline-block;min-width:30px;height:28px;cursor:pointer;color:#666;font-size:13px;line-height:28px;background-color:#f9f9f9;border:1px solid #dce0e0;text-align:center;margin:0 4px;-webkit-appearance: none;-moz-appearance: none;appearance: none;margin-bottom: 10px;}
#firstPage,#lastPage,#nextPage,#prePage{width:50px;color:#be1a21;border:1px solid #be1a21}
#nextPage,#prePage{width:70px}
.page-box .current{background-color:#be1a21;border-color:#be1a21;color:#FFF}
/* 页面数量 */
.totalPages{margin:0 10px}
.totalPages span,.totalSize span{color:#be1a21;margin:0 5px}
/*button禁用*/
.page-box button:disabled{opacity:.5;cursor:no-drop}
@media screen and (max-width:640px){
	body,.html,.min_top{width:100%;padding:0;height:auto;background:none}
.min_top img,.header-box img{display:block;width:90%;}
.search-wrap .search-tool{margin-bottom:10px;margin-top: 0;}
.min_nav{display:none}
.search-wrap .search-box{padding:10px}
.header{display:block;width:100%}
.footer{padding-bottom:0}
	.search-wrap .search-box{margin-top: 0;}
	.header-box img{ width: 40%;margin: 0 auto}
	.header-box{padding: 20px 0}
	.search-wrap .search-tool .sub-btn{font-size:18px}


}